home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TCDDBF / TCDDBF.txt
Text File  |  1999-03-07  |  1KB  |  62 lines

  1. object CDDBF: TCDDBF
  2.   Left = 263
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'CDDB'
  6.   ClientHeight = 59
  7.   ClientWidth = 249
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button3: TButton
  23.     Left = 88
  24.     Top = 32
  25.     Width = 75
  26.     Height = 23
  27.     Caption = 'Close'
  28.     TabOrder = 0
  29.     OnClick = Button3Click
  30.   end
  31.   object STInfo: TStaticText
  32.     Left = 8
  33.     Top = 8
  34.     Width = 233
  35.     Height = 17
  36.     AutoSize = False
  37.     BorderStyle = sbsSunken
  38.     TabOrder = 1
  39.   end
  40.   object CDDBClientSocket: TBasicClientSocket
  41.     Port = '8880'
  42.     Protocol = 'tcp'
  43.     TimeOut = 0
  44.     OnInfo = CDDBClientSocketInfo
  45.     OnConnect = CDDBClientSocketConnect
  46.     OnDisconnect = CDDBClientSocketDisconnect
  47.     Left = 200
  48.     Top = 32
  49.   end
  50.   object TimerFirst: TTimer
  51.     Enabled = False
  52.     Interval = 1
  53.     OnTimer = TimerFirstTimer
  54.     Left = 16
  55.     Top = 32
  56.   end
  57.   object TopMost1: TTopMost
  58.     Left = 48
  59.     Top = 32
  60.   end
  61. end
  62.